Skip to content

Conversation

khalidM3
Copy link

No description provided.

# .nfs files are created when an open file is removed but is still being accessed
.nfs*
build

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignore build/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

▓⚗_⚗▓

*.msi
*.msm
*.msp

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build Directory

+build/

you can throw this in to increase the points on your grade

"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"watch":"./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot"
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"lint": "./node_modules/.bin/eslint ./**/*.js" missing this script

},
"devDependencies": {
"webpack-dev-server": "^1.16.2"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"eslint": "^3.18.0", this dependency needs to be added for the lint script

<!DOCTYPE html>
<html ng-app="cowsayApp">
<head>
<title>Welcome to Farmville</title>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(-(-(--)_-)-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants